net/http.http2stream.reqTrailer (field)
7 uses
	net/http (current package)
		h2_bundle.go#L4530: 	reqTrailer Header // handler's Request.Trailer
		h2_bundle.go#L5770: 		if _, ok := st.reqTrailer[k]; ok {
		h2_bundle.go#L5772: 			st.reqTrailer[k] = vv
		h2_bundle.go#L5878: 	st.reqTrailer = req.Trailer
		h2_bundle.go#L5879: 	if st.reqTrailer != nil {
		h2_bundle.go#L5913: 	st.reqTrailer = req.Trailer
		h2_bundle.go#L5914: 	if st.reqTrailer != nil {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |